home *** CD-ROM | disk | FTP | other *** search
/ Celebration Sounds / Celebration Sounds.iso / pc / demos / 000b.dxr / Internal_1.ls < prev    next >
Encoding:
Text File  |  1998-03-02  |  206 b   |  16 lines

  1. on startMovie
  2.   global gDemoStyle, gSection
  3.   hChangeCursor("watch")
  4.   hSetupMovie()
  5. end
  6.  
  7. on stopMovie
  8.   hCleanupSprites()
  9.   unLoad()
  10. end
  11.  
  12. on hSetupMovie
  13.   hStandardPreLoad()
  14.   hSetupDimmedBackground()
  15. end
  16.